compare_to

pure function compare_to(other: text): integer

Compares this text to another text.

Return

the value 0 if equal, a negative number if less than other, or a value greater than 0 if greater than other.

Since

0.9.0

Parameters

other

The text to compare to.